@echo off
REM GONet Network Simulation - Bad Network Preset
REM Simulates: 200ms latency, 100ms jitter, 10% packet loss
REM Use this for stress testing - VERY bad network conditions!
REM Auto-detect determines if this instance is server or client
REM Rename to .bat and change GONetSandbox.exe to your game name
REM
REM IMPORTANT: Network simulation only works in DEVELOPMENT BUILDS or the Unity Editor!
REM            These arguments are ignored in Release builds (compiled out for zero overhead).
START GONetSandbox.exe -netsim-preset badnetwork
